@charset "utf-8";
/* CSS Document */
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.paddingt30 {
	padding-top: 30px;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, input, select, textarea, button {
	font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
body, h1, h2, h3, h4, p, ul, ol, dd, dl, form {
	margin: 0;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
img {
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	border: 0;
}
ul {
	padding-left: 0;
	list-style-type: none;
}
i, em {
	font-style: normal;
}
big {
	font-size: 1.3em;
}
small {
	font-size: 0.77em;
}
a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: 0;
}
a {
	color: inherit;
}
a:hover {
	color: #283c51;
}
article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video {
	display: block;
}
input, select, textarea {
	outline: 0;
	font-family: inherit;
	font-size: 100%;
}
input[type='checkbox'], input[type='radio'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
 input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
height: auto;
}
input[type='search'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
}
 input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type='file'] {
	display: block;
}
input[type='range'] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type='file']:focus, input[type='radio']:focus, input[type='checkbox']:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	font-size: 1.3em;
	line-height: 2.5;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
td, th {
	padding: 0;
}
 @-ms-viewport {
width: device-width;
}
/*工具*/

/*header*/
.pageHeader {
	width: 100%;
	background: rgba(255,255,255,0.9);
	height: 90px;
	z-index: 888;
	position: fixed;
	    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.pz_main{
	overflow: hidden;
	padding-top: 90px;
}
.head_top {
	width: 1200px;
	margin: 0 auto;
}
.index_banner{
	padding-top: 90px;
}
.head_logo {
	width: 200px;
	float: left;
	margin-top: 17px;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.head_right {
	width: 950px;
	float: right;
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-ms-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.head_tel {
	width: 151px;
	float: right;
	background: url(../images/tel.jpg) no-repeat 0 4px;
	font-size: 20px;
	color: #da251d;
	line-height: 24px;
	padding-left: 32px;
	margin-top: 31px;
}
.head_tel span {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}
.ewm_img {
	display: none;
}
.head_ewm:hover .ewm_img {
	display: block;
	position: absolute;
	z-index: 999;
	border: 3px solid #fff;
	cursor: pointer;
}
.head_nav {
	clear: both;
	float: right;
}
/*
.head_nav > ul > li {
	float: left;
	font-size: 14px;
	color: #333;
	position: relative;
	margin: 0px;
	height: 90px;
}
.head_nav ul li .cur {
	background: #283c51;
	font-weight: normal;
	color: #fff;
}
.head_nav > ul > li > a {
	display: block;
	height: 100%;
	line-height: 90px;
	padding: 0 31px;
	font-size: 16px;
}
*/

.nav {
	height: 90px;
	position: relative;
	z-index: 1;
}
.nav a {
	color: #555;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	padding: 0 31px;
	font-size: 16px;
	height: 90px;
	line-height: 90px;
	font-weight: normal;
	text-align: center;
}
.nav .nLi h3 a.cur {
	background: #283c51;
	color: #fff;
}
.nav .nLi h3 a:hover {
	color: #fff;
}

.nav .nLi {
	height: 90px;
}
.nav .nLi h3 a span {
	text-transform: uppercase;
	display: block;
	color: #ccc;
	transform : scale(0.75, 0.75);
	-webkit-transform : scale(0.75, 0.75);
*font-size:10px;
}
.nav .sub {
	display: none;
	width: 200px;
	left: -35px;
	top: 90px;
	position: absolute;
	background: rgba(255,255,255,0.9);
	line-height: 26px;
	padding: 5px 0;
	text-align: center;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	color: #333;
	padding: 0 15px;
}
.nav .sub a:hover {
	background: #283c51;
	color: #fff;
}
.nav .on h3 a {
}



/* sy-banner css */
.index_banner .slideBox {
	width: 100%;
	height: 640px;
	overflow: hidden;
	position: relative;
}
.index_banner .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 50%;
	bottom: 15px;
	z-index: 1;
}
.index_banner .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.index_banner .slideBox .hd ul li {
	float: left;
	margin: 0 3px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.index_banner .slideBox .hd ul li.on {
	background: #da251d;
	color: #fff;
}
.index_banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.index_banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 640px;
}
.index_banner .slideBox .bd img {
	width: 1920px;
	height: 640px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.index_banner .slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.index_banner .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.index_banner .slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.index_banner .slideBox .prevStop {
	display: none;
}
.index_banner .slideBox .nextStop {
	display: none;
}
/*about*/
.main_about {
	width: 100%;
	background:#f5f5f5;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.ab_tit {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
    font-size: 35px;
    color: #da251d;
    line-height: 100px;
    background: url(../images/titbj02.jpg) no-repeat center bottom!important;
}
.ab_main{
	width: 1200px;
    margin: 0 auto;
}
.ab_con{
	width: 950px;
    margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.ab_tu{
	width: 1200px;
	text-align: center;
    margin: 40px auto;

}
.ab_ico01 img{
	display: block;
	margin: 15px auto;
}
.ab_ico01{
	font-size: 23px;
	color: #283c51;
	margin: 0 80px;
	display: inline-block;
	    width: 220px;
}
.ab_url{
	width: 220px;
	display: block!important;
	text-align: center;
	margin: 50px auto!important;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color:  #333;
	border: 1px solid #ddd;
	border-radius: 25px;
}

/*case*/
.case {
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
}
.case_tit {
	width: 1200px;
	margin: 40px auto;
	text-align: center;
	font-size: 35px;
	color: #da251d;
	line-height: 100px;
	background: url(../images/titbj.jpg) no-repeat center bottom!important;
}
.ct_wen {
	font-size: 14px;
	line-height: 25px;
	color: #555;
	font-weight: normal;
	display: block;
	margin: 0px 0 40px 0;
}
.case_main {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	height: 520px;
}

.title {
	width: 450px;
	float: left;
}
.picScroll-left .bd ul li .pic img {
	width: 484px;
	height: 319px;
	display: block;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.picScroll-left .bd ul li .pic:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.picScroll-left .bd ul li .title {
	line-height: 24px;
}
.slideTxtBox {
	    width: 1200px;
    overflow: hidden;
    position: relative;
}
.slideTxtBox .hd {
	height: 120px;

	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	text-align: center;
}
.slideTxtBox .hd ul li {
	cursor: pointer;
	width: 195px;
	display: inline-block;
	line-height: 35px;
	margin: 0 15px 10px 0!important;
	border: 1px solid #eeeeee!important;
	border-radius: 20px;
	font-size: 14px;
}
.slideTxtBox .hd ul li a{
	display: block;
}
.slideTxtBox .hd ul li a:hover{
	color: #fff;
}
.slideTxtBox .hd ul li.on {
	height: 35px;
	background: #283c51;
	border: 1px solid #283c51;
	color: #fff;
}
.slideTxtBox .hd ul li.on a{
	color: #fff;
}
.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
}
.slideTxtBox .bd li {
	height: 24px;
	line-height: 24px;
}
.slideTxtBox .bd li .pic{
	width: 440px;
    float: left;
    overflow: hidden;
}
.slideTxtBox .bd li .pic img{
	width: 396px;
	height: 320px;
}
.slideTxtBox .bd{
	overflow: hidden;
	margin-left: 138px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow {
}


.slideTxtBox .arrow a{
	display: block;
	width: 92px;
	height: 92px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	background: url(../images/case-niu.jpg) no-repeat;
}
.slideTxtBox .arrow .next {
	background-position: -92px 0;
	z-index: 9999;
	top: 247px;
	right: 30px;
}
.slideTxtBox .arrow .prev {
	z-index: 9999;
	top: 247px;
	left: 30px;
}


.title01 {
	font-size: 24px;
	color: #283c51;
	margin-top: 10px;
}
.title02 {
	font-size: 16px;
	color: #222;
	line-height: 25px;
	margin: 25px 0;
}
.title03 {
	font-size: 16px;
	color: #222;
	line-height: 26px;
}
.cheng {
	color: #333;
	padding-left: 15px;
	font-size: 14px;
	display: block;
}
.title04 {
	display: block;
	width: 145px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #283c51;
	border-radius: 25px;
	color: #283c51;
	font-size: 14px;
	text-align: center;
	margin: 30px 0 0 0;
}
.case_url {
	display: block;
	width: 100%;
	background: #f5f5f5;
	height: 62px;
	text-align: center;
	line-height: 62px;
	font-size: 14px;
	color: #999;
	margin-top: 39px;
}

/*新闻*/
.i-wrap-ten .cent-wrap {
    margin-top: 50px;
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}

.i-wrap-ten .left-wrap {
    width: 495px;
	margin-top: 17px;
}
.fl {
    float: left;
    display: inline;
}
.i-wrap-ten .left-wrap .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.i-wrap-ten .left-wrap .img img {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
	height: 290px;
}
.i-wrap-ten .left-wrap .cont {
    margin-top: 25px;
}
.i-wrap-ten .left-wrap .tit-box {
    line-height: 32px;
}
.i-wrap-ten .left-wrap .tit-box .stt {
    font-size: 16px;
    display: inline-block;
	color: #283c51;
	height: 40px;
}
.i-wrap-ten .left-wrap .tit-box .stt a{
	display: block;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;

width: 360px;
}
.i-wrap-ten .left-wrap .tit-box .date {
    font-size: 14px;
    color: #6d6d6d;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.i-wrap-ten .left-wrap .word {
    margin-top: 13px;
    line-height: 24px;
}
.i-wrap-ten .left-wrap .word a {
    color: #999;
    font-size: 14px;
    display: inline-block;
}
.i-wrap-ten .right-list {
    width: 540px;
	background: url(../images/0123.jpg) no-repeat;
	padding-left: 123px;
	    padding-top: 19px;
}
.fr {
    float: right;
    display: inline;
}
.i-wrap-ten .right-list li {
        width: 100%;
    position: relative;
    -webkit-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    display: block;
    clear: both;
    overflow: hidden;
	    margin-bottom: 53px;
}
.i-wrap-ten .right-list li .left-bord {
    display: none;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6caf35;
}
.i-wrap-ten .right-list li .num {
    width: 122px;
    text-align: center;
    line-height: 90px;
    font-size: 68px;
    color: #6a6a6a;
}
.i-wrap-ten .right-list li .line {
    display: inline-block;
    width: 1px;
    height: 76px;
    background-color: #6b6a6a;
    margin-top: 12px;
}
.i-wrap-ten .right-list li .cont-wrap {
    margin-left: 23px;
    width: 524px;
}
.i-wrap-ten .right-list li .tit-box {
    line-height: 38px;
}
.i-wrap-ten .right-list li .tit {
    display: inline-block;
    font-size: 16px;
    color: #283c51;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 400px;
}
.i-wrap-ten .right-list li .date {
    display: inline-block;
    font-size: 14px;
    color: #232323;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.i-wrap-ten .right-list li .word {
    line-height: 24px;
    margin-top: 4px;
	clear: both;
}
.i-wrap-ten .right-list li .word a {
    color: #999;
	font-size: 14px;
}





/*网站底部*/
.footer {
	width: 100%;
	overflow: hidden;
	color: #999;
	background: #283c51;
}
.footer02{
	width: 100%;
	background: #1d2e40;
	height: 45px;
	clear: both;
}
.main_footer {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.footer03{
	font-size: 12px;
	line-height: 45px;
	color: #57697d;
}
.ft01 {
	width: 194px;
	float: left;
	padding-left: 53px;
	background: url(../images/ft_tel.png) no-repeat 0 6px;
	margin: 40px 150px 30px 110px;
	font-size: 12px;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.ft01 .ft01tit {
	font-size: 12px;
	line-height: 22px;
	color: #8da2b7;
}
.ft01 .ft_tel {
	font-size: 25px;
	color: #fff;
}
.ft02 {
	width: 288px;
	float: left;
	margin: 40px 80px 30px 0px;
	font-size: 12px;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .3s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .3s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.ft02 a {
	display: block;
	font-size: 12px;
	line-height: 22px;
	width: 50%;
	float: left;
	color: #a4b7ca;
}
.ft02 .ft01tit {
	font-size: 14px;
color: #fff;
	line-height: 30px;
}
.ft03 {
	width: 340px;
	float: left;
	margin: 60px 100px 0 50px;
	font-size: 12px;
	line-height: 30px;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.ft04 {
	width: 150px;
	float: left;
	font-size: 12px;
	line-height: 30px;
	margin: 45px 0 0 0;
	color: #97aabd;
	text-align: center;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: .5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: .5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-delay: .5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: .5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.ft04 img{
	width: 106px;
}
/*在线留言*/
.mess {
	padding: 0;
	margin: 0;
	font-size: 14px;
	width: 700px;
	float: left;
}
.mess_img {
	float: left;
	width: 339px;
	border: 1px solid #eee;
	padding: 2px;
}
.mess_img img {
	width: 100%
}
.mess tr {
	padding: 0;
	margin: 0;
	line-height: 50px;
	height: 50PX
}
.mess input {
	display: inline-block;
	height: 25px;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.mess textarea {
	width: 500px !important;
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.mess .submit {
	width: 240px;
	height: 40px !important;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	background: #e67817 !important;
	border-radius: 10px;
	border: 0 none;
	cursor: pointer;
}
div.pfw {
	position: relative;
	border: 1px solid #e1e1e1;
	margin-top: 30px;
}
div.pfw:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}
div.pfw h3 {
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 20px;
	background: #f6f6f6 url(/images/heading_bg.png) 8px top no-repeat;
	border-bottom: 1px solid #e1e1e1;
	color: #444;
	font-weight: bold;
}
div.pfw h3 small {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 4px;
	font-style: normal;
}
div.pfw h3 .more {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	padding-right: 8px;
	font-weight: normal;
	font-size: 12px;
	margin-right: 5px;
}
div.pfw .content {
	margin: 5px;
	font-size: 12px;
	line-height: 1.6em;
	padding: 10px;
}
div.pfw .adm_reply {
	margin: 6px 0 0 0;
	font-size: 1em;
	line-height: 200%;
	padding: 25px 5px 25px 25px;
	position: relative;
	color: #444;
	border-top: 1px solid #e1e1e1;
	background: #f7faff;
}
div.pfw .adm_reply span {
	color: darkred;
	font-weight: bold;
	color: #e77718;
}
/*招贤纳士*/
.row2 {
	width: 775px;
	float: left;
}
.row_left {
	float: left;
	width: 380px;
}
.row h1 {
	font-size: 26px;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
.lead {
	margin-bottom: 20px;
	font-size: 20px!important;
	font-weight: 300;
	line-height: 1.4;
}
.bs-callout-danger {
	border-left-color: #999 !important;
}
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.row2 .bs-callout-info {
	border-left-color: #e67817 !important;
}
.lianxi {
	width: 720px;
	margin: 0 auto;
}
.lianxi01 {
	width: 430px;
	float: left;
}
.lianxi02 {
	float: left;
	margin-top: 25px;
}
.lianxi03 {
	width: 525px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.ditu_tit {
	font-size: 18px;
	color: #fff;
	line-height: 55px;
	background: #e67817;
	padding-left: 20px;
}

.lianxi04 {
	width: 100%;
	clear: both;
	margin-top: 20px;
}
/*产品列表*/
.pro_left {
	width: 350px;
	float: left;
}
.pro_left img {
	width: 300px;
	float: left;
	box-shadow: 0 0 10px #cecece;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.pro_left img:hover {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform: scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1); 	/* Opera */
}
.pro_left2 {
	width: 300px;
	float: left;
	margin-left: 50px;
}
.pro_left2 img {
	width: 212px;
	float: left;
	padding: 2px;
	border: 1px solid #dcdcdd;
	box-shadow: 0 0 10px #cecece;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.pro_left2 img:hover {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform: scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1); 	/* Opera */
}
.pro_right {
	float: left;
	width: 850px;
}
.pro_z1 {
	color: #8f8f90;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
}
.pro_z2 {
	width: 25px;
	height: 2px;
	background: #8f8f90;
	margin: 10px 0;
}
.pro_z3 {
	font-size: 14px;
	line-height: 30px;
	color: #999;
	margin-bottom: 15px;
}
.pro_z_2 a {
	background: #e67817;
	padding: 0 15px;
	width: 73px;
	font-size: 14px;
	display: block;
	line-height: 30px;
	color: #fff;
	height: 30px;
	border-radius: 8px;
}
.pro_detail {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}
.pro_xx {
	width: 1200px;
	clear: both;
}
.proxx_top {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	margin-bottom: 50px;
}
.proxx_bottom {
	overflow: hidden;
	margin-bottom: 70px;
}
.proxx_top01 {
	width: 660px;
	float: left;
}
.proxx_top02 {
	width: 430px;
	float: right;
	font-size: 12px;
	line-height: 25px;
	color: #acacac;
	margin-top: 50px;
}
.proxx_top02 span {
	display: block;
	height: 42px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	margin-top: 35px;
	background: #e67817;
	text-align: center;
}
.pro_tit {
	font-size: 22px;
	line-height: 50px;
	color: #e67817;
}
.pro_tit span {
	color: #444444;
}
.pro_content {
	font-size: 12px;
	line-height: 25px;
	color: #acacac;
}
/*产品详情放大*/
.middle-img {
	position: absolute;
	left: 259px;
	top: 0px;
	width: 40px;
}
.up-img {
	position: absolute;
	top: -40px;
	left: 261px;
	width: 40px;
}
.down-img {
	position: absolute;
	top: 40px;
	left: 257px;
	width: 40px;
}
.left-img {
	position: absolute;
	left: 218px;
	width: 40px;
}
.right-img {
	position: absolute;
	left: 300px;
	width: 40px;
}

@media screen and (max-width:450px) {
.middle-img {
	position: absolute;
	left: 259px;
	top: 0px;
	width: 40px;
	display: none;
}
.up-img {
	position: absolute;
	top: -40px;
	left: 261px;
	width: 40px;
	display: none;
}
.down-img {
	position: absolute;
	top: 40px;
	left: 257px;
	width: 40px;
	display: none;
}
.left-img {
	position: absolute;
	left: 218px;
	width: 40px;
	display: none;
}
.right-img {
	position: absolute;
	left: 300px;
	width: 40px;
	display: none;
}
.rotate_jia {
	display: none;
}
.rotate_div {
	display: none;
}
.rotate_jian {
	display: none;
}
}
.dingfang_img {
	margin-bottom: 30px;
	overflow: hidden;
}
.dingfang_img li {
	width: 370px;
	float: left;
	border: 1px solid #eee;
	margin: 10px;
}
.dingfang_img img {
	width: 370px;
}
.jfdh_tit {
	font-size: 20px;
	color: #ff7700;
	line-height: 50px;
}
.wupin_tit {
	text-align: center;
	line-height: 30px;
}
/*工程案例*/
.case02 {
	width: 1200px!important;
	clear: both;
	padding-top: 40px;
}
.case_li {
	width: 375px!important;
	height: 330px;
	float: left!important;
	border: none!important;
	padding: 0 !important;
	margin: 0 12px;
}
.case_tu {
	width: 375px;
	height: 247px;
	overflow: hidden;
}
.case_tu img {
	width: 375px;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.case_li:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform: scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1); 	/* Opera */
}
.case_z1 {
	padding: 15px 0;
	font-weight: inherit;
	font-size: 16px;
	color: #666;
}
.case_z3 {
	font-size: 14px;
	color: #999;
}
.case_z2 {
	width: 25px;
	height: 2px;
	background: #dfdfdf;
	margin-top: 15px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.case_li:hover .case_z2 {
	width: 100%;
	background: #da251d;
}
.case_xx01 {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.case_xx01 span {
	font-size: 20px;
	color: #333;
}
.case_xx02 {
	padding: 20px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.case_xx02 span {
	font-size: 16px;
	font-weight: 700;
	color: #da251d;
}
/* banner css */
.case_xx03 {
	margin-top: 20px;
}
.case_xx03 .slideBox {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.case_xx03 .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 45%;
	bottom: 40px;
	z-index: 1;
}
.case_xx03 .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.case_xx03 .slideBox .hd ul li {
	float: left;
	margin: 0 3px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
	border-radius: 50%;
}
.case_xx03 .slideBox .hd ul li.on {
	background: #da251d;
	color: #fff;
	width: 15px;
	height: 15px;
}
.case_xx03 .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.case_xx03 .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 527px;
}
.case_xx03 .slideBox .bd img {
	width: 800px;
	height: 527px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.case_xx03 .slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 70px;
	height: 50px;

}
.case_xx03 .slideBox .next {
	left: auto;
	right: 3%;
	background-position: -70px 0;
}
.case_xx03 .slideBox .prev:hover, .slideBox .next:hover {
}
.case_xx03 .slideBox .prevStop {
	display: none;
}
.case_xx03 .slideBox .nextStop {
	display: none;
}
.ditu iframe{
	border: 1px solid #dfdfdf!important;
	padding: 2px;
}
/*产品*/
.navtitle {
	font-size: 18px;
	background: #283c51;
	color: #fff;
	padding: 20px;
}
.pr01 {
	float: right;
	width: 930px;
}
.pr_li {
	width: 280px!important;
	height: 325px;
	float: left!important;
	border: none!important;
	padding: 10px !important;
	margin: 0 10px 15px 0;
	background: #fff;
}
.pr_tu {
	width: 280px;
	height: 196px;
	overflow: hidden;
}
.pr_tu img {
	width: 280px;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.pr_li:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform: scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform: scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1); 	/* Opera */
}
.pr_z1 {
	padding: 30px 0 15px;
	font-weight: inherit;
	font-size: 16px;
	color: #666;
}
.pr_z3 {
	font-size: 14px;
	color: #da251d;
}
.pr_z2 {
	width: 25px;
	height: 2px;
	background: #dfdfdf;
	margin-top: 15px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.pr_li:hover .pr_z2 {
	width: 100%;
	background: #283c51;
}
.pr_xx01 {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
}
.pr_xx01 span {
	font-size: 20px;
	color: #333;
}
.pr_xx02 {
	padding: 20px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.pr_xx02 span {
	font-size: 16px;
	font-weight: 700;
	color: #da251d;
}
.ul_prodinfos .hottel {
	font-size: 24px;
	background: url(../images/dianhua.png) no-repeat left center;
	background-size: 40px;
	line-height: 40px;
	padding-left: 50px;
	display: block;
}


/**/
.butong{
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}
.bt_title{
	font-size: 32px;
	text-align: center;
	color: #333;
	height: 65px;
	line-height: 65px;
	background: url(../images/title_ge.png) no-repeat left bottom;
}
.butong .bt_01{
	width: 528px;
	padding: 30px 24px 0px 24px;
	background: #f5f5f5;
	float: left;
	margin-top: 47px;
}
.butong .bt_01 .bt_pic img{
	width: 100%;
}
.butong .bt_02{
	width: 528px;
	padding: 30px 24px 0px 24px;
	background: #f5f5f5;
	float: left;
	margin-top: 47px;
}
.butong .bt_02 .bt_pic img{
	width: 100%;
}
.butong .bt_note{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	padding: 20px 7px;
}

.butong div.bt_01:nth-child(2){
	margin-right: 47px!important;
	height: 242px;
}
.butong div.bt_02:nth-child(2){
	margin-right: 47px!important;
}



.suoyoude{
	width: 1200px;
	margin: 0 auto;
}
/*我们有哪些优势？*/
.youshi{
	text-align: center;
}
.ys_list ul li{
	display: inline-block;
	width: 350px;
	text-align: center;
	margin: 25px 0;
}
.ys_ico{
	width: 108px;
	height: 108px;
	border: 1px solid #e3e3e3;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto;
	
}
.ys_ico img{
	width: 57px;
	display: block;
	margin: 28px auto 0 auto;
}
.ys_title{
	font-size: 22px;
	line-height: 55px;
	color: #da251d;
}
.ys_note{
	font-size: 14px;
	color: #999;
	line-height: 22px;
}
.ys_list{
	margin: 30px 0 60px 0;
	overflow: hidden;
}
.ys_list ul li:nth-child(2){
	margin: 0 60px;
}
.ys_list ul li:nth-child(4){
	margin: 0 30px;
}
.ys_list ul li:nth-child(5){
	margin: 0 30px;
}

/*学到什么 学习课程*/
.xxkc_main .xxkecheng:nth-child(2n){
	background: #f5f5f5;
}

.xueshenm{
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #fefefe;
	background: #283c51;
	overflow: hidden;
	padding: 30px 0;
}
.xueshenm span{
	font-size: 14px;
	color: #3e4e5f;
	display: block;
	text-transform: uppercase;
}

.xxkecheng{
	padding: 65px 0;
	overflow: hidden;
	clear: both;
}
.snkc_title{
	font-size: 28px;
	color: #283c51;
}
.snkc_title span{
	font-size: 14px;
	color: #dddddd;
	text-transform: uppercase;
}
.snkc_pic{
	width: 584px;
	float: left;
	margin-top: 25px;
}
.snkc_pic img{
	display: block;
	width: 100%;
}
.snkc_con{
	padding: 0 7px;
	width: 550px;
	float: left;
	margin-top: 25px;
	margin-left: 30px;
}
.snkc_con table tr:nth-child(2n){
	background: #f5f5f5;
}
.snkc_con table tr td:nth-child(1){
	width: 25%!important;
	text-align: center;
	font-size: 14px;
	color: #283c51;
	vertical-align:middle!important;
}
.snkc_con table {
width: 100% !IMPORTANT;
border: 1px solid #d9d9d9 !IMPORTANT;
border-collapse: collapse !IMPORTANT;
font-size: 13PX !IMPORTANT;
	color: #777;
word-break: break-all; word-wrap:break-word;
}
.snkc_con table p{
	line-height: 22px!important;
}
.snkc_con table td {
border: 1px solid #d9d9d9 !IMPORTANT;
padding: 11px !IMPORTANT;
	
	vertical-align:middle!important;
}

/*学生作品展示*/
.xszuopin{
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	padding: 65px 0;
}
.picScroll-left {
	position: relative;
	text-align: center;
}
.picScroll-left .hd {
 position: relative;
}
.picScroll-left .hd .prev {
	display: block;
	width: 45px;
	height: 88px;
	float: right;
	margin-right: 5px;
	position: absolute;
	margin-top: 10px;
	top: 32px;
	left: 0px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/leri.png) no-repeat;
}
.picScroll-left .hd .next {
	display: block;
	width: 45px;
	height: 88px;
	float: right;
	margin-right: 5px;
	position: absolute;
	margin-top: 10px;
	top: 32px;
	right: 0px;
	overflow: hidden;
	cursor: pointer;
	z-index: 9999;
	background: url(../images/leri.png) no-repeat -45px 0;
}

.picScroll-left .bd {
margin: 40px 0 30px 50px;
}
.picScroll-left .bd ul {
	overflow:inherit!important;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 11px;
	float: left;
	_display: inline;
	text-align: center;
	width: 250px;
	height: 175px;
	overflow: hidden;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 250px;
	height: 175px;
	display: block;
}

/*如何选择*/
.xuanze{
	overflow: hidden;
	padding: 70px 0;
}
.xz_list ul li{
	width: 560px;
	float: left;
	display: block;
	margin-top: 50px;
}
.xzico_fr .xz_ico{
	width: 65px;
	float: left;
}
.xzico_fr .xz_ico img{
	width: 100%;
}
.xzico_fr .xzli_title{
	width: 400px;
	float: left;
	margin-left: 10px;
	font-size: 25px;
	color: #283c51;
	line-height: 60px;
}
.xz_list ul li .xz_note{
	clear: both;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	padding: 10px;
}
.xz_list ul li:nth-child(1){
	margin-right: 78px;
}

/*师资力量*/
.shizi{
	overflow: hidden;
	background: #f5f5f5;
	padding: 65px 0;
}
.shizi_list ul li{
	display: block;
	width: 565px;
	float: left;
	margin-left: 35px;
	margin-top: 50px;
}
.shizi_list ul li .shizi_ico{
	width: 256px;
	float: left;
}
.shiziico_fr{
	width: 275px;
	float: left;
	margin-left: 25px;
}
.szll_title{
	font-size: 25px;
	color: #283c51;
	line-height: 55px;
}
.shizi_note{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

/*上课时间地点等等*/
.sktime_add{
	overflow: hidden;
	padding: 60px 0;
}
.sktime_add01{
	width: 578px;
	float: left;
	margin-right: 42px;
}
.sktime_add01 table tr:nth-child(2n){
	background: #f5f5f5;
}
.sktime_add01 table tr td:nth-child(1){
	width: 28%!important;
	text-align: center;
	font-size: 18px;
	color: #283c51;
	vertical-align:middle!important;
}
.sktime_add01 table tr td:nth-child(2){
	padding-left: 15px!important;
	vertical-align:middle!important;
}
.sktime_add01 table {
width: 100% !IMPORTANT;
border: 2px solid #eeeeee !IMPORTANT;
border-collapse: collapse !IMPORTANT;
font-size: 16PX !IMPORTANT;
	    color: #777;
word-break: break-all; word-wrap:break-word;
}
.sktime_add01 table p{
	line-height: 25px!important;
}
.sktime_add01 table td {
border: 2px solid #eeeeee !IMPORTANT;
padding: 11px !IMPORTANT;
}

.sktime_add02{
	width: 578px;
	float: right;
}
.sktime_add02 table tr:nth-child(2n){
	background: #f5f5f5;
}
.sktime_add02 table tr td:nth-child(1){
	width: 20%!important;
	text-align: center;
	font-size: 18px;
	color: #283c51;
	vertical-align:middle!important;
}
.sktime_add02 table tr td:nth-child(2){
	padding-left: 15px!important;
	vertical-align:middle!important;
}
.sktime_add02 table {
	    color: #777;
width: 100% !IMPORTANT;
border: 2px solid #eeeeee !IMPORTANT;
border-collapse: collapse !IMPORTANT;
font-size: 16PX !IMPORTANT;
word-break: break-all; word-wrap:break-word;
}
.sktime_add02 table p{
	line-height: 25px!important;
}
.sktime_add02 table td {
border: 2px solid #eeeeee !IMPORTANT;
padding: 11px !IMPORTANT;
}

.sktime_add03{
	width: 578px;
	float: left;
	margin-top: 50px;
	clear: both;
}
.sktime_add03 table tr:nth-child(2n){
	background: #f5f5f5;
}
.sktime_add03 table tr td:nth-child(1){
	width: 50%!important;
	text-align: center;
	font-size: 18px;
	color: #283c51;
	vertical-align:middle!important;
}
.sktime_add03 table tr td:nth-child(2){
	width: 25%!important;
	text-align: center;
	vertical-align:middle!important;
}
.sktime_add03 table tr td:nth-child(3){
	width: 25%!important;
	text-align: center;
	vertical-align:middle!important;
}
.sktime_add03 table {
width: 100% !IMPORTANT;
border: 2px solid #eeeeee !IMPORTANT;
border-collapse: collapse !IMPORTANT;
font-size: 16px !IMPORTANT;
	    color: #777;
word-break: break-all; word-wrap:break-word;
}
.sktime_add03 table p{
	line-height: 25px!important;
}
.sktime_add03 table td {
border: 2px solid #eeeeee !IMPORTANT;
padding: 11px !IMPORTANT;
}


.sktime_add04{
	width: 578px;
	float: right;
	margin-top: 50px;
}
.sktime_add04 table tr:nth-child(2n){
	background: #f5f5f5;
}
.sktime_add04 table tr td:nth-child(1){
	width: 50%!important;
	text-align: center;
	font-size: 18px;
	color: #283c51;
	vertical-align:middle!important;
}
.sktime_add04 table tr td:nth-child(2){
	width: 25%!important;
	text-align: center;
	vertical-align:middle!important;
}
.sktime_add04 table tr td:nth-child(3){
	width: 25%!important;
	text-align: center;
	vertical-align:middle!important;
}
.sktime_add04 table {
width: 100% !IMPORTANT;
border: 2px solid #eeeeee !IMPORTANT;
border-collapse: collapse !IMPORTANT;
font-size: 16PX !IMPORTANT;
	    color: #777;
word-break: break-all; word-wrap:break-word;
}
.sktime_add04 table p{
	line-height: 25px!important;
}
.sktime_add04 table td {
border: 2px solid #eeeeee !IMPORTANT;
padding: 11px !IMPORTANT;
}
.sktime_add04 table td img{
width: 100%;
	padding: 15px 0;
}

.sktime_add05{
	width: 100%!important;
}
.weixin{
	display: none;
}